Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.12 #370

Merged
merged 52 commits into from
Nov 3, 2019
Merged

Release v0.1.12 #370

merged 52 commits into from
Nov 3, 2019

Conversation

DavidMinarsch
Copy link
Contributor

@DavidMinarsch DavidMinarsch commented Nov 1, 2019

Release summary

Version number: v0.1.12

Release details

This release:

  • Adds TCP connection (server and client)
  • Fixes some examples and docs
  • Refactors crypto modules and adds additional tests
  • Multiple additional minor fixes and changes

Checklist

Put an x in the boxes that apply.

  • I have read the CONTRIBUTING doc
  • I am making a pull request against the master branch (left side), from develop
  • Lint and unit tests pass locally
  • I built the documentation and updated it with the latest changes
  • I've added an item in HISTORY.rst for this release
  • I bumped the version number in the aea/__version__.py file.
  • I bumped the version number in every Docker image of the repo and published it. Also, I built and published them with tag latest
    (check the READMEs of aea-develop
    and aea-deploy)
  • I have checked that the documentation about the aea cli tool works

Further comments

marcofavorito and others added 30 commits October 11, 2019 01:18
Add TCPChannel and TCPConnection abstraction.
The concrete classes are:
- TCPServerChannel and TCPServerConnection
- TCPClientChannel and TCPClientConnection
Streamline weather skills with ledger and dialogue management
Copy link
Contributor

@marcofavorito marcofavorito left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DavidMinarsch DavidMinarsch merged commit 907fbad into master Nov 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants